2
תגובות
בעיות עם htaccess
פתח
liorel100
,
זה התוכן
עובד מצוין חוץ מהעובדה, שאם אני נכנס לlocalhost:8080/css/style.css זה מפנה אותי לindex.php למרות שקיים application/public/css/style.css. יש למישהו הסבר הגיוני? תודה :)
RewriteEngine On
DirectoryIndex application/index.php
RewriteRule ([_A-Za-z0-9]+)\.html$ application/index.php?page=$1 [L,QSA]
RewriteRule ([_A-Za-z0-9]+)\.html/([_A-Za-z0-9/]*) application/index.php?page=$1¶ms=$2 [L,QSA]
RewriteCond %{DOCUMENT_ROOT}application/public%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}application/public%{REQUEST_URI} -d
RewriteRule application/public%{REQUEST_URI} - [L]
RewriteRule . application/index.php [L]
DirectoryIndex application/index.php
RewriteRule ([_A-Za-z0-9]+)\.html$ application/index.php?page=$1 [L,QSA]
RewriteRule ([_A-Za-z0-9]+)\.html/([_A-Za-z0-9/]*) application/index.php?page=$1¶ms=$2 [L,QSA]
RewriteCond %{DOCUMENT_ROOT}application/public%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}application/public%{REQUEST_URI} -d
RewriteRule application/public%{REQUEST_URI} - [L]
RewriteRule . application/index.php [L]
עובד מצוין חוץ מהעובדה, שאם אני נכנס לlocalhost:8080/css/style.css זה מפנה אותי לindex.php למרות שקיים application/public/css/style.css. יש למישהו הסבר הגיוני? תודה :)
2 תשובות
תוריד את ה document root
זה שווה ערך לאם היית כותב שם /vaw/ww/html/...
שזה בטוח לא הכתובת שגולשים אליה